home *** CD-ROM | disk | FTP | other *** search
/ Kitchenette / Kitchenette (1999)(Acclaim)(fr)[Mac-PC].iso / mac / DATA / Kitchenette.txt < prev    next >
Text File  |  1997-12-05  |  2KB  |  90 lines

  1. on startup
  2.  
  3. Global gLangage
  4. Global gTitleName
  5. Global gRelease
  6. Global gDevStatus
  7. Global gSearchFile
  8. Global gOpenFile
  9. Global gDataPathMAC
  10. Global gDataPathPC
  11.  
  12. Global gDepthMin
  13. Global gDepthMax
  14.  
  15. Global gTestQT
  16.  
  17. Global gMemoryMin
  18.  
  19. Global gPCPUMinPC
  20. Global gSpeedCPUMinPC
  21. Global gMMXPC
  22.  
  23. Global gRAMMinMAC
  24.  
  25. Global gAlertHook
  26. Global gErrorLog
  27.  
  28. Global gPlaySoundLab
  29. Global gPathMACSearchPath
  30. Global gPathPCSearchPath
  31. Global gMessPerso
  32.  
  33. Global gMiles
  34.  
  35. global gForcerAcces
  36. global gForcerManche, gForcerSeq, gForcerQuest
  37. global gForcerNombreJoueurs, gForcerObjetsJoueurs, gForcerScoresJoueurs
  38.  
  39. set gLangage="fra"
  40.  
  41. set gTitleName = "KITCHENETTE"
  42.  
  43. set gDevStatus="beta"
  44.  
  45. set gRelease="2.0"
  46.  
  47. set gSearchFile = "kitchenette.txt"
  48.  
  49. set gOpenFile = "MAIN"
  50.  
  51. --set gDataPathMAC="demo:"
  52.  
  53. -- set gDataPathPC="demo\"
  54.  
  55. set gDepthMin = 8
  56.  
  57. set gDepthMax = 8
  58.  
  59. set gTestQT = 1
  60.  
  61. --set gMemoryMin=7
  62.  
  63. -- (0 = 8086/88,  2 = 80286,  3 = 80386,  4 = 80486,  5 = Pentium(R) Processor,  
  64. --  6 = PentiumPro(R) Processor, 7 or higher = Processor beyond the PentiumPro6(R) Processor)
  65. -- set gCPUMinPC=5
  66. -- set gSpeedCPUMinPC=166
  67. -- set gMMXPC=0
  68.  
  69. --set gRAMMinMAC=49
  70.  
  71. --set gAlertHook=0
  72. --set gErrorLog=0
  73.  
  74. --set gPlaySoundLab=1
  75.  
  76. --set gPathMACSearchPath=[["data:mov:"],["data:vrml:"]]
  77. --set gPathPCSearchPath=[["data\mov\"],["data\vrml\"]]
  78.  
  79. --set gMessPerso="ce que vous voulez"
  80. set gMiles = 1
  81.  
  82. set gForcerAcces = "Encheres"
  83. set gForcerManche = 2
  84. set gForcerSeq = 1
  85. set gForcerQuest = 1
  86. set gForcerNombreJoueurs = 3
  87. set gForcerObjetsJoueurs = [["T"], ["L", "M"], ["R", "F", "H"]]
  88. set gForcerScoresJoueurs = [200, 1300, 700]
  89.  
  90. end